home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / Talking_Clock.aml < prev    next >
Encoding:
Text File  |  2002-05-12  |  953 b   |  18 lines

  1. <AM5TASK>
  2. <AMTASKHEAD>
  3.     <TASKINFO TASKNAME="">
  4. <\AMTASKHEAD>
  5. <STEPS>
  6. <!---       Show message box telling the user what is going on --->
  7. <AMMESSAGEBOX WINDOWTITLE="Sample Task" BUTTONS="ok_cancel" ICON="information" ONSECONDBUTTONCLICK="stop">This is a sample task that says the time out loud using AutoMate's built-in support for speech synthesis.  
  8.  
  9. If you are using Windows 2000 or XP it should run fine - if you are running an older operating system - you may need to download SAPI from microsoft.com to get it to work.
  10.  
  11. This is a great task to schedule every hour or so which will in essence cause it to act as a "talking clock". 
  12.  
  13. Remember you can always stop a task in progress by pressing CTRL-ALT-END. Press okay to continue running the task or Cancel to stop now.</AMMESSAGEBOX>
  14. <!--- Say the time --->
  15. <AMSPEAK ENGINE="automatic">The time is %Format(Time(),"h:mm am/pm")%</AMSPEAK>
  16. <\STEPS>
  17. </AM5TASK>
  18.